Related Vacation Book Subjects: Oklahoma
More Pages: Bryan Page 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
Books to read if you're planning a vacation in "Bryan", sorted by average review score:

Programmable Controllers: Selected Applications
Published in Paperback by Industrial Text & Video (December, 1987)
Authors: L. A. Bryan and L.A. Bryan
Average review score:

Leave home without it.
i purchased this book, along with the main textbook and the workbook and study guide. this book includes outdated applications and unimportant information. this book doesn't deliver what it promises.

It's just not worth it.
I purchased this book and found that the material is just not worth the price. The applications included are not up-to-date and not really "todays world" technology.

A world of applications!
This collection of applications belongs on every PLC user's desk! Whenever we get into a bind, we reach for the book!


Programmable Controllers: Workbook and Study Guide
Published in Paperback by Industrial Text & Video (January, 1997)
Authors: Eric A. Bryan, Luis A. Bryan, and Stephanie Phillipo
Average review score:

Not worth it!
this workbook didn't reinforce anything from the textbook. its a good thing I purchased a copy for myself before i bought copies for everyone else in the plant. the information in this book doesn't seem to flow well with the textbook.

an unfortunate expense...
i purchased this book along with the main textbook. now, i wish i hadn't because the workbook and study guide don't do much to reinforce what my employees have learned from the textbook. some of the material in the textbook seems to be missing from the workbook.

I also have the first edition of the main textbook. the workbook seems to coincide with that a lot better. maybe the workbook is the first edition workbook with a new cover? i don't know.

Great learning tool!
I like the straightforward way the books are written. The collection includes the best all-around reference books for PLCs that I've ever had the pleasure to use. Sometimes you think you know it all, but after reading the questions, I often tims had to refer back to the theory book.


Teach Yourself ODBC Programming in 21 Days
Published in Paperback by Sams (November, 1900)
Authors: Bill Whiting, Bryan Morgan, and Jeff Perkins
Average review score:

A decent book if you're using VB, but bad for C
While the book had extensive coverage of using ODBC in VB, it had very little actual code for C. Most often it just had the function prototypes and hardly more, barely explaining what the parameters meant and very rarely giving a code example. The examples given were muddled with MFC code, and it even had a section simply walking you through an appwizard project. I ended up getting better information using online help, which covers the topics much for extensively. I had previously been trying to work from docs at the MS site, and found this to be somewhat easier, but not much. Overall, it has some good points. I mainly use it for the error codes, etc it has listed.

Genaral description for only experianced vb,c programmers.
+ This book gives genaral description about working of ODBC. Good for VB programmers who heard that ODBC is fast but used jet and always wondered why it is so slow with big databases. - A floppy containg samples is much desirable.

Want only 1 ODBC book? This is it.
I have used this book for two or three years now in my VB consulting business. I find almost all the answers I need in it. These folks explain how ODBC works from the ground up. Once you get past the theory there are nicely organized chapters covering everything from how to connect to what you do once you're connected. There are lots of C and VisualBasic examples, and as far as I can remember, they all worked -- a real plus. I found the writing style to be as entertaining as any nerdy book is likely to be. Lots of detail, lots of context, lots of perspective. If you don't find your answer in this book, chances are good the authors will point you in the right direction. And don't miss their discussion on ODBC tools. If your VB clients insist that you use ODBC then put this book in your bag and carry it with you every day.


Inside the Warped Minds of Men
Published in Paperback by Swell Guy Books (February, 1998)
Authors: Bryan Johnston, Erik Johnston, and Erik K. Johnston
Average review score:

don't waste your time, readers (and Bryan Johnston)
Well, has anyone ever had to read a high school sophomore's english paper? They suck, and I'll tell you why. The words are there to fill space; the subjects are forced upon you because there was no ingenuity in the paper's creation. ITWMOM is this exact formula of mediocrity. Using big words and long sentences to explain "you've all been there, right guys?"... Need I continue.

Don't bother with this one, it's published by the author instead of by someone who thought it was worth the effort. You do the math

Luke

A Pleasant Surprise
I did not expect to like this book. So imagine my surprise when I found myself laughing out loud chapter after chapter. ITWMOM doesn't reveal any groundbreaking truths about the way men think, and it's definitely not PC. But that's not the point of this good-natured book--it's humor! If you liked Candace Bushnell's "Sex and the City" or Anka Radakovich's "Wild Girls Club", you may very well enjoy this amusing look at how the "other" half lives.

The Truth is Hilarious!
Ok guys,

This book speaks the truth. Eliminate your tendencies towards denial and read this book!

The Johnston brothers tell it like it is regarding male/female relationships in a fun and humorous way. Sometimes sobering and truthful, but always dead-on accurate.

I've given this book to all my buddies playing the dating game. Hey, a little self reflection is good right? (Unless you're afraid of the truth...)

I highly recommend this book. You will too.


Java Developer's Reference
Published in Hardcover by Sams (November, 1996)
Authors: Mike Cohn, Bryan Morgan, Michael Morrison, Michael T. Nygard, Dan Joshi, and Tom Trinko
Average review score:

Good book - if you like JDK 1.0.2
Looks to be a fine reference on Java, but it's of little use if you're one to program in JDK 1.1 or later since it focuses on JDK 1.0.2. An updated version would be more appropriate.

"Lightweight Reference" for Java Developers in a BIG Book.

I chose this book after a cursory examination to be my desktop Java reference. 1,200+ pages of material, after all, must cover every question I could consult it on, couldn't it? At first glance, the last 700 pages which contain package by package, class by class and method by method descriptions would seem to satisfy my requirements. But the true trial would come in time.

The first 500 pages are worthy of mention as they apply to the neophyte to Java, or those seeking an intermediate-level tutorial. The authors give a sound overview of the Java Language in Chapter 3, with several of the following chapters relating Java to C++, Borland Delphi and Microsoft Visual Basic for readers already familiar with those languages. Issues relating to Applets/Application, HTML and HotJava, and the tools that came with JDK 1.0 (javac, javah, javadoc, etc.) are also given their own chapters. The tools are well described with easy-flowing text and usage examples, and they do have tables of command-line options for reference within the chapters.

In the second part, the authors contribute individual chapters covering topics such as the Abstract Windowing Toolkit, Threads and Native Methods. These are enlightening and they have code examples instructive to the beginner. I believe this content could've been better interlaced with the reference composing Part III.

The reference, at first seemingly complete, becomes shallow when put to the test of usage as a "Developer's Reference". My first consultation, to the StringTokenizer class, re-affirmed my confidence in having chosen this book. That class included short example code and good descriptions of every constructor and method. Unfortunately, StringTokenizer is an exception and not the rule. The java.io package descriptions, shrunk to single sentences that expressed little more than the class or method name.

The publisher does offer "continuous Java 1.1" updates via the WWW, although I prefer printed documentation when I need something to refer to while working through a problem. Certainly, Sun Microsystems offers the most up-to-date Java documentation, so the hyper-text already obsolete CD-ROM and publisher's web pages aren't offering anything newer.

This book amounts to a pricey tutorial on Java for those already familiar with other object oriented languages; or a fair if not comprehensive reference to the JDK 1.0. As either, it leaves something to be desired.

No-Fluff Intro to Java Fundamentals
While other people who've reviewed this book tanked it for not being comprehensive enough, I that's unfair. It's unrealistic to expect to find EVERYTHING you need on a language as expansive as Java in a single volume. This book is not meant to be the Physician's Desk Reference of Java programming. Rather, it is an excellent introduction to the language for people a little more sophisticated than the "21 Days" crowd. The chapters are brief and to the point. I for one was extremely grateful to not have to read for the bajillionth time a long explanation of what loops are for. Or some arcane [stuff] about the infinitesimal details of the javac compiler. It gave just enough info for someone already familiar with programming to know what they need to get working.

No, the class and package documentation are not up to date. But "Hello, ...!", it's a book written on a static output medium called "Paper". If you want the Java 2 documentation, go to Sun's site. If you want an explanation of how to READ the Java documentation and have it make sense, read this book.

The bottom line is, if you're looking for excruciating detail on threads, this book is not for you. If you're looking for enough info to get conceptually well grounded and start putting them to use, then this is it. I just wish I could find books like this on ALL programming languages. It would save me some money and the earth some trees.

NOTE: I bought this book after it was out of print, and I still found it useful. Consider buying it used.


The Vegetarian Traveler
Published in Paperback by Warwick Publishing (01 September, 2000)
Author: Bryan Geon
Average review score:

Do more research before you write a book, Bryan Geon.
It seems as if the author did not always have good first-hand source to write this book and wrote this guide from generalizations about other countries. For example, a supermarket in Japan carries almost anything you would find in a supermarket here. Convenience stores like Seven-Eleven are even more convenient than you think for the variety of prepared food available. Oh, there are a lot of decent bakeries too, which Mr. Geon fails to mention.
Even though I can't really tell how useful this book is because I have never been to many foreign countries, I can tell you at least some of the information in this book is misleading.

Too scattered to be helpful.
This book is fairly worthless. It describes how to order vegetarian food in about 30 or 40 languages. Never gets in-depth with any.

It really doesn't tell you much about any particular region. I can't believe it doesn't have the same title as his other book. I was really disappointed in this book. Pass.

Very Good for General Background and Guidance
The ideal vegetarian travel book has yet to be written. Vegetarian travel books seem to fall into one of two camps: The destination-oriented guide (e.g., these are places you can eat, sleep, etc. if you are vegetarian or vegan), and the broad guidebook/phrasebook (e.g., a phrasebook giving veggie phrases in various languages a set of flashcards for vegetarians and vegans covering major languages; a Vegan phrasebook that may only be available in the UK; etc.). Each of these types has its limitations. This book is one of the latter.

I actually found this book very useful and informative and(surprisingly) funny. The author purports to include virtually every country in the world, and while I can think of a few that aren't in there (e.g., the Falkland Islands--probably not very vegetarian-friendly in any case), he comes pretty close to that ideal. And he includes phrases in something over 100 languages. Some people might view this as overkill, but it is one of the strengths of the book.

Basically, the author discusses the veggie situation in each country in a general way; there are NO extensive lists of common vegetarian dishes or of vegetarian-friendly restaurants/hotels (look to the destination-oriented-type guide for these), then gives a list of mix-'n'-match phrases in that country's language("I would like something without X, I eat Y," for example) with the pronunciation spelled out.

This book may not be necessary for, say, Western Europe--although it couldn't hurt to take it along or rip out the relevant pages--because many new phrasebooks for European travel have at least one or two token vegetarian phrases (e.g., "I do not eat meat."). Some are better than others. But for other areas of the world, especially Africa and Asia, this would be really handy to have. He includes languages for which I've never seen phrasebooks--has anyone even heard of "Bambara-Dioula"?--and that is the really valuable thing about this book. I am not aware of any other vegetarian guide with this scope.

And that is a weakness of the book, too: Because the author has included so many countries and languages, he doesn't devote huge amounts of coverage to any of them, although the descriptions can be fairly comprehensive. But it's hard to see how he could do otherwise without turning the book into a massive tome. Perhaps separate volumes for each continent? Other changes I'd like to see are the inclusion of other forms of writing for non-Roman script languages (so one could point and order rather than going through the phonentic pronunciation), and also the inclusion of more terms. (The book pretty consistently lists the words for meat, chicken, fish, eggs, and cheese, but not "meat stock," "dairy products," etc.) I'd also like to see this and other vegetarian/vegan phrasebooks list the phrase for "I am allergic to ____", which is a good way to get out of otherwise awkward social situations.

I give this five stars not so much because it's perfect (it's not), but because there aren't really any other books like this out there and a lot of this stuff is not available on the Web.


Boyz are Boys (and Girls are Girls)
Published in Paperback by dubbledogg publishing (01 November, 2001)
Authors: Uncle Ron and Ron Bryan
Average review score:

Awful!
I have never in my life been so offended than I am with Uncle Ron's book Boyz are Boys (and Girls are Girls). Not only addressing physically handicapped children as "wheelchair boys", but also telling children that if you are gay, there is nothing wrong with you, but you are weird. The only part of this book that makes any sense is where it is written that Uncle Ron is not apart of an elite group. That statement is true, and this book was written by a person with an enormous chip on his shoulder. If it were possible I would rate this publication in the negative catagory. I can't stress this enough; Save you money, and save your childs sanity, AVOID BOYZ ARE BOYS (AND GIRLS ARE GIRLS)!! I will do anything possible to avoid having my child and/or any other adults read this so-called book.

For kids struggling with adolescence
Illustrated by Tom Garner and accessibly written by Ron Bryan, Boyz are Boys (and Girls are Girls) is an effective, "reader friendly" guidebook for kids struggling with adolescence, and parents struggling with teenagers. Addressing numerous common issues from piercings, to guns, to criminals, school, and personal hygiene, Boyz are Boys (and Girls are Girls) offers a valuable overview, quick tips, and general advice to parents everywhere. Although its effort to cover so much ground limits the depth to which it can go on any one matter, Boyz Are Boys (And Girls Are Girls) is highly recommended reading as a broad introductory reference and good starting point for parents and young people.


Dr. Strangelove (The Gregg Press Science Fiction Series)
Published in Textbook Binding by G K Hall & Co (September, 1979)
Author: Peter Bryan George
Average review score:

Forget it. Buy the DVD of the movie.
The movie is infinitely better than this mediocre book. Forget it. Buy the DVD--the movie is one of the truly great ones. This book isn't.

Our precious bodily fluids...
Based on the screenplay he co-authored with Stanley Kubrick and Terry Southern, this novel by Peter George (based on his previous serious novel, "Red Alert") faithfully re-creates the dark humour and helpless (or hapless) self-destructiveness of the modern nuclear military. What the book (and the film) portrays as a more individualistic manic craziness on the part of the several military and political characters is really the sense of almost-humorous dread and uncontrollable destiny regular society feels about government, nuclear war, and its precedents. In the character of Gen. Jack D. Ripper (allusions don't get much more obvious than that!) we have the cliched view of a seemingly out-of-control military bent on total world destruction for its own ends. The President gives us a concrete image of the almost-subconcious fear we hold that our Supreme Commander is really only a guy who is forced to handle the world's fate with the same chances of victory as your dad had of winning a property dispute with his neighbor over an old apple tree. Then we have Dr. Strangelove... ah, Dr. Strangelove! The mysterious would-be protagonist (or is it antagonist? Who knows?) who fluctuates between helping to solve the conflict (i.e. saving the world) with sane advice and what'll-happen-if-we-lose? Devil's Advocacy and battling some personal ex-Nazi crazed-madman impulse to convince the President that first-strike victory can be achieved and "important" members of society (the President, himself, and selected other politicians, scientists, and soldiers) be saved. By the time this story comes to an end with a B-52 pilot named Major Kong riding a nuke to the Soviet ground like a bucking bronco, we begin to believe that Fate will have its own way no matter what we do and perhaps it's all for the best anyway.


Murder at Bent Elbow (Discreet Inquiries)
Published in Paperback by Berkley Pub Group (February, 1998)
Authors: Kate Bryan and Kate Gamble
Average review score:

Breathless, truncated, and silly
This book speeds along at the galloping pace of a runaway horse from which our entrepid heroine jumps and, with a quick judo chop to the neck, dispatches the evil villian while dodging arrows from a horde of scalping Indians and locating the cache of buried treasure left by the alcoholic dance-hall girl while her cousin looks on in amazement. Really.

An A for Effort
I applaud the author's attempt to create a fresh, interesting character like Maggie Maguire.

But reading this book was like reading a cartoon. I could handle unbelievable and clever, but unbelievable and boring and juvenile is a whole 'nother thing. The plot twisted and turned and basically led to nowhere of interest and there were so many characters--thrown in to add to the twists and turns--but really just mucking up the storyline, which was weak to begin with.

I can't think of a book that I've read in my adult years that was more stupid than this one. If it were a movie, it would be in a dead heat with The Three Amigos, which I walked out on. If it were a TV show, it would be a dumbed down version of the Wild, Wild West, transformed into a Saturday morning cartoon.

James West and Briscoe County, Jr meet Nancy Drew
I liked this book although it is rather unbeliev- able. We have a heroine who knows martial arts, knife throwing, trick horse riding and is an accomplished mesmerist; but, hey, it's all in fun. I though I caught a glimmer of Louis L'Amour in some of her characters and while I'd like some real characters, this was an entertaining read. I hope to read more.


The Clam-Plate Orgy: And Other Subliminal Techniques for Manipulating Your Behavior
Published in Paperback by New American Library (April, 1981)
Author: Wilson Bryan Key

Related Vacation Book Subjects: Oklahoma
More Pages: Bryan Page 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69